home *** CD-ROM | disk | FTP | other *** search
- Path: news.erg.cuhk.hk!ywleung
- From: ywleung@cs.cuhk.hk (Marty McFly)
- Newsgroups: comp.lang.c++
- Subject: Need suggestion!
- Date: 9 Jan 1996 12:43:55 GMT
- Organization: Engineering Faculty CUHK
- Message-ID: <4ctnuc$9at@eng_ser1.erg.cuhk.hk>
- NNTP-Posting-Host: sun14.cs.cuhk.hk
- X-Newsreader: TIN [version 1.2 PL2]
-
- Dear All,
-
- I am writing the user-interface of a program. The program will
- prompt some message dialogs. The user can click the button inside the
- dialog and then it will disappear. My question is: Is it a good way to
- create the dialog each time and "delete" it when the button is clicked?
- ("delete" means freeing the memory) In fact, the message prompting process
- is very frequent. Will it cause the program to become unstable?
-
- Regards,
- Marty McFly.
-
-